home *** CD-ROM | disk | FTP | other *** search
/ .net (Poland) 2000 September / Magazyn_Net_09_2000 (CDA).iso / internet / Winproxy30.exe / w / _SETUP.1 / dne2000m.inf < prev    next >
Windows Setup INFormation  |  2000-08-17  |  969b  |  42 lines

  1. ;
  2. ; Copyright (c) 2000 Deterministic Networks Inc.  All rights Reserved.
  3. ;
  4.  
  5. [Version]
  6. Signature   = "$Windows NT$"
  7. CatalogFile = dne2000m.cat
  8. Class       = Net
  9. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  10. Provider    = %Dni%
  11. DriverVer   = 08/17/00,0.2.0.2
  12.  
  13. [ControlFlags]
  14. ExcludeFromSelect = dni_dnemp
  15.  
  16. [Manufacturer]
  17. %Dni% = DNI
  18.  
  19. [DNI]
  20. %DneMP_Desc% = DneMP.ndi, dni_dnemp
  21.  
  22. [DneMP.ndi]
  23. Characteristics = 0x29 ;NCF_NOT_USER_REMOVABLE | NCF_VIRTUAL | NCF_HIDDEN
  24.  
  25. [DneMP.ndi.Services]
  26. AddService = DNE, 0x2, DneMP.AddService
  27.  
  28. [DneMP.AddService]
  29. DisplayName    = %DneMP_Desc%
  30. ServiceType    = 1 ;SERVICE_KERNEL_DRIVER
  31. StartType      = 3 ;SERVICE_DEMAND_START
  32. ErrorControl   = 1 ;SERVICE_ERROR_NORMAL
  33. ServiceBinary  = %12%\dne2000.sys
  34. LoadOrderGroup = PNP_TDI
  35. AddReg         = DneMP.AddService.AddReg
  36.  
  37. [DneMP.AddService.AddReg]
  38.  
  39. [Strings]
  40. Dni = "Deterministic Networks"
  41. DneMP_Desc = "Deterministic Network Enhancer Miniport"
  42.